arm: change tbu/l type to unsigned int
authorPeng Fan <[email protected]>
Tue, 9 May 2017 02:32:02 +0000 (10:32 +0800)
committerTom Rini <[email protected]>
Fri, 12 May 2017 12:37:34 +0000 (08:37 -0400)
commit8fbbb6c27f8a3927b50bc8cd00fd288194ef83fc
tree791b380a619c617f74d8cea31484f0e76e7f3655
parentb411f2af49117171a6f5d696f08a01b2f4a35c3b
arm: change tbu/l type to unsigned int

Change tbu/l type to unsigned int.
>From the timer file for arm,
"(((unsigned long long)gd->arch.tbu) << 32) | gd->arch.tbl;" is used,
This piece code is based on tbu/tbl is 32bits, so change the type to
unsigned int.

Signed-off-by: Peng Fan <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
arch/arm/include/asm/global_data.h